home *** CD-ROM | disk | FTP | other *** search
- replay.onRelease = function()
- {
- _parent.gotoAndPlay("mainGame");
- };
- replay.onRollOver = function()
- {
- _parent.noBullet.start();
- };
- replay.onPress = function()
- {
- _parent.chaGun.start();
- };
- vh.onRelease = function()
- {
- _parent.gotoAndPlay("highscores2");
- };
- vh.onRollOver = function()
- {
- _parent.noBullet.start();
- };
- vh.onPress = function()
- {
- _parent.chaGun.start();
- };
- mg.onRollOver = function()
- {
- _parent.noBullet.start();
- };
- mg.onPress = function()
- {
- _parent.chaGun.start();
- };
-